home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Samsung New PC Studio
/
Samsung_new_Pc_studio.iso
/
Experience
/
Russian
/
movie9.swf
/
scripts
/
DefineButton2_283
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2007-09-20
|
218b
|
13 lines
on(release){
if(subjectArr == null || subjectArr.length == 0)
{
errorBox.gotoAndPlay("nothing");
}
else
{
clearInterval(interval);
gotoAndStop("form");
play();
}
}